.loginSuccessBox{
    position: absolute;
    right: 90px;
    top: 50px;
    z-index: 4;
    width: 386px;
    height: 280px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    -webkit-box-shadow:  0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc;
    padding: 30px 50px;
    background: white;
}
.loginSuccess{
    text-align:center;
    margin-top:35%;
}
.brandNav1{
    width: 100%;
    height: 288px;
    background-image: url("../images/brandNavImg.png");
    padding-top:130px;
}
.brandNav2{
    width:1177px;
    height:158px;
    margin:0px auto;
    background:rgba(255,255,255,0.6);
    background: transparent\9;
    /*zoom:1\8;  required for the filters*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF); /* IE5.5-7 */
}
.brandUl{
    margin:0px auto;
    width: 1081px;
    margin-top: -120px;
    z-index: 11;
}
.brandUl a{
    cursor: pointer;
    float:left;
    background-color: white;
    height:48px;
    width: 114px;
    margin-top:5px;
    margin-left: 6px;
    font-size: 15px;
    text-align: center;
    color: #666666;
    font-weight: 600;
    line-height: 48px;
    z-index:2;
    border-radius:4px;
    display: block;

}
.brandUl a:hover{
    color:#fff;
    background: #E15516;
}
.brandBody{
    width:100%;
    height: 872px;
    background-color: #F5F5F5;
    padding-top: 45px;
    margin-bottom: -34px;

}
.bodyBox{
    width:1217px;
    height:719px;
    margin: 0px auto;
}
.brandBox{
    float: left;
    width: 130px;
    height: 160px;
    margin-left:20px ;
    background-color: #FFFFFF;
}
.brandImage{
    height:130px;
    width: 130px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.brandImage IMG{
	/*height:100px;*/
    width: 130px;
    max-height: 130px;
}
.brandName{
    top: 80px;
    font-size: 12px;
    color: #818181;
    margin-left: 14px;
    line-height: 30px;
}
.brandPage{
    /*display: block;*/
    margin:24px auto 0 auto;
    width: 790px;
    /*height: 24px;*/
}